GET api/identificationDocumentTypes/list
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of IdentificationDocumentTypeDataName | 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">2025-08-02T19:11:56.6018171+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">2025-08-02T19:11:56.6018171+00:00</ModifiedOn> <AfipCode>2</AfipCode> <Name>sample string 1</Name> </IdentificationDocumentTypeData> </ArrayOfIdentificationDocumentTypeData>