GET ipbs/entitybyid/{InEntityId}
All Entitiy By EntityId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
InEntityId | string |
Required |
Body Parameters
None.
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-03T23:48:51.6925023-04:00", "LastModifiedDate": "2025-04-03T23:48:51.6925023-04:00", "TerminateDate": "2025-04-03T23:48:51.6925023-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-03T23:48:51.6925023-04:00</DateOfCreation> <EntityID>sample string 1</EntityID> <EntityName>sample string 3</EntityName> <LastModifiedDate>2025-04-03T23:48:51.6925023-04:00</LastModifiedDate> <MarkedAs>sample string 4</MarkedAs> <ProductType>sample string 5</ProductType> <TerminateDate>2025-04-03T23:48:51.6925023-04:00</TerminateDate> </CRMEntity>