POST api/Timbrado/saveIdentifier?clientNumber={clientNumber}&clientRFC={clientRFC}&identifier={identifier}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientNumber | integer |
Required |
|
| clientRFC | string |
Required |
|
| identifier | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Message| Name | Description | Type | Additional information |
|---|---|---|---|
| errorCode | integer |
None. |
|
| errorDesc | string |
None. |
|
| response | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"errorCode": 1,
"errorDesc": "sample string 2",
"response": "sample string 3"
}
application/xml, text/xml
Sample:
<Message xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common"> <errorCode>1</errorCode> <errorDesc>sample string 2</errorDesc> <response>sample string 3</response> </Message>