POST ipbs/all/entitiesbylastmodifiedorcreated
All Entities By Last Modified Or Created
Request Information
URI Parameters
None.
Body Parameters
SearchByDate| Name | Description | Type | Additional information |
|---|---|---|---|
| UpdateCreateDate | date |
Required |
Request Formats
application/json, text/json
Sample:
{
"UpdateCreateDate": "2026-01-26T21:50:13.1915261-05:00"
}
text/xml
Sample:
<SearchByDate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IPBSAPIV1"> <UpdateCreateDate>2026-01-26T21:50:13.1915261-05:00</UpdateCreateDate> </SearchByDate>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CRMEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| EntityID | string |
Required Max length: 9 |
|
| BaseCurrency | string |
Max length: 3 |
|
| EntityName | string |
Required Max length: 100 |
|
| MarkedAs | string |
Required Max length: 1 |
|
| ProductType | string |
Required Max length: 10 |
|
| DateOfCreation | date |
None. |
|
| LastModifiedDate | date |
None. |
|
| TerminateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"EntityID": "sample string 1",
"BaseCurrency": "sample string 2",
"EntityName": "sample string 3",
"MarkedAs": "sample string 4",
"ProductType": "sample string 5",
"DateOfCreation": "2026-01-26T21:50:13.1915261-05:00",
"LastModifiedDate": "2026-01-26T21:50:13.1915261-05:00",
"TerminateDate": "2026-01-26T21:50:13.1915261-05:00"
}
text/xml
Sample:
<CRMEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IPBSAPIV1"> <BaseCurrency>sample string 2</BaseCurrency> <DateOfCreation>2026-01-26T21:50:13.1915261-05:00</DateOfCreation> <EntityID>sample string 1</EntityID> <EntityName>sample string 3</EntityName> <LastModifiedDate>2026-01-26T21:50:13.1915261-05:00</LastModifiedDate> <MarkedAs>sample string 4</MarkedAs> <ProductType>sample string 5</ProductType> <TerminateDate>2026-01-26T21:50:13.1915261-05:00</TerminateDate> </CRMEntity>