POST api/CompanyAttestation/AddCompanyAttestation
Request Information
URI Parameters
None.
Body Parameters
AddCompanyAttestationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AppID | string |
None. |
|
| AuxiliaryID | globally unique identifier |
None. |
|
| CompanyName | string |
None. |
|
| UnifiedSocialCreditCode | string |
None. |
|
| LegalPerson | string |
None. |
|
| LegalPersonIDCard | string |
None. |
|
| Address | string |
None. |
|
| Coordinate | string |
None. |
|
| BusinessLicense | string |
None. |
|
| LegalPersonIDCardPhotoFront | string |
None. |
|
| LegalPersonIDCardPhotoBack | string |
None. |
|
| FacadePhoto | string |
None. |
|
| OpenId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AppID": "sample string 1",
"AuxiliaryID": "785b1087-9c6e-48c2-bce9-f76fc03e2448",
"CompanyName": "sample string 3",
"UnifiedSocialCreditCode": "sample string 4",
"LegalPerson": "sample string 5",
"LegalPersonIDCard": "sample string 6",
"Address": "sample string 7",
"Coordinate": "sample string 8",
"BusinessLicense": "sample string 9",
"LegalPersonIDCardPhotoFront": "sample string 10",
"LegalPersonIDCardPhotoBack": "sample string 11",
"FacadePhoto": "sample string 12",
"OpenId": "sample string 13"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |