GET api/identificationDocumentTypes/list
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of IdentificationDocumentTypeData| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| AfipCode | integer |
None. |
|
| FriendlyName | string |
None. |
|
| ModifiedOn | date |
None. |
|
| Deleted | boolean |
None. |
|
| ID | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/xml
Sample:
<ArrayOfIdentificationDocumentTypeData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">
<IdentificationDocumentTypeData>
<ID>1</ID>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.Storage">true</Deleted>
<ModifiedOn xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.Storage">2026-02-04T02:58:38.9449531+00:00</ModifiedOn>
<AfipCode>2</AfipCode>
<Name>sample string 1</Name>
</IdentificationDocumentTypeData>
<IdentificationDocumentTypeData>
<ID>1</ID>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.Storage">true</Deleted>
<ModifiedOn xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.Storage">2026-02-04T02:58:38.9449531+00:00</ModifiedOn>
<AfipCode>2</AfipCode>
<Name>sample string 1</Name>
</IdentificationDocumentTypeData>
</ArrayOfIdentificationDocumentTypeData>