POST ipbs/all/entitiesbylastmodifiedorcreated
All Entities By Last Modified Or Created
Request Information
URI Parameters
None.
Body Parameters
SearchByDateName | Description | Type | Additional information |
---|---|---|---|
UpdateCreateDate | date |
Required |
Request Formats
application/json, text/json
Sample:
{ "UpdateCreateDate": "2025-04-04T00:03:52.1652286-04:00" }
text/xml
Sample:
<SearchByDate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IPBSAPIV1"> <UpdateCreateDate>2025-04-04T00:03:52.1652286-04:00</UpdateCreateDate> </SearchByDate>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CRMEntityName | 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": "2025-04-04T00:03:52.1652286-04:00", "LastModifiedDate": "2025-04-04T00:03:52.1652286-04:00", "TerminateDate": "2025-04-04T00:03:52.1652286-04: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>2025-04-04T00:03:52.1652286-04:00</DateOfCreation> <EntityID>sample string 1</EntityID> <EntityName>sample string 3</EntityName> <LastModifiedDate>2025-04-04T00:03:52.1652286-04:00</LastModifiedDate> <MarkedAs>sample string 4</MarkedAs> <ProductType>sample string 5</ProductType> <TerminateDate>2025-04-04T00:03:52.1652286-04:00</TerminateDate> </CRMEntity>