PUT v1/Customer/UpdateIdDocument
No documentation available.
Request Information
Parameters (ParameterName * = required)
Name
Description
Sample Value
Id
No description available
Not available
GenericIdTypeId
No description available
Not available
SpecificIdTypeId
No description available
Not available
IdDocumentNumber
The identification value for the customer (drivers license number, passport number, etc.).
2559-2150-094F
IdDocumentExpirationDate
The expiration date of the id.
1985-09-25
IdDocumentIssuedDate
The issued date of the id.
1985-09-25
IdDocumentIssuedBy
The identification issuer.
Not available
IdDocumentIssuedByState
The issuing state
Baja California
IdDocumentIssuedByStateId
The issuing stateid
Not available
IsDefault
Whether or not the document is the default for the given customer
Not available
IdValidationResult
The validation result of the document
Not available
Response Information
Response body formats
application/json, text/json
Sample:
{ "id": 1, "success": true }
application/xml, text/xml
Sample:
<SaveCustomerIdDocumentResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DataModels"> <_x003C_Id_x003E_k__BackingField>1</_x003C_Id_x003E_k__BackingField> <_x003C_Success_x003E_k__BackingField>true</_x003C_Success_x003E_k__BackingField> </SaveCustomerIdDocumentResponse>