POST api/EcommerceConfirmation/CertificationCustomer
天下五谷订单-合同开发 认证回调接口
Request Information
URI Parameters
None.
Body Parameters
CertificationCustomerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| companyId | string |
None. |
|
| companyName | string |
None. |
|
| status | string |
None. |
|
| rejectReason | string |
None. |
|
| tenantType | string |
None. |
|
| tenantScope | string |
None. |
|
| callbackType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"companyId": "sample string 1",
"companyName": "sample string 2",
"status": "sample string 3",
"rejectReason": "sample string 4",
"tenantType": "sample string 5",
"tenantScope": "sample string 6",
"callbackType": "sample string 7"
}
application/xml, text/xml
Sample:
<CertificationCustomerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.App.WebAPI.Areas.EcommerceConfirmation.Views"> <callbackType>sample string 7</callbackType> <companyId>sample string 1</companyId> <companyName>sample string 2</companyName> <rejectReason>sample string 4</rejectReason> <status>sample string 3</status> <tenantScope>sample string 6</tenantScope> <tenantType>sample string 5</tenantType> </CertificationCustomerModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | ReturnCode |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 1",
"Data": {}
}
application/xml, text/xml
Sample:
<ResultModelOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Utility"> <Code>Success</Code> <Data /> <Message>sample string 1</Message> </ResultModelOfanyType>