POST SalesEntityPartnerRole/Base/SaveAll
Request Information
URI Parameters
None.
Body Parameters
Collection of SalesEntityPartnerRoleTrialsName | Description | Type | Additional information |
---|---|---|---|
Region | string |
None. |
|
SalesEntityCode | string |
None. |
|
SalesEntityTypeId | integer |
None. |
|
PartnerRoleId | globally unique identifier |
None. |
|
FromFIS | boolean |
None. |
|
LastMaintenanceName | string |
None. |
|
LastMaintenanceDate | date |
None. |
|
ChangeTracker | ObjectChangeTracker |
None. |
Request Formats
application/json, text/json
Sample:
[ { "$id": "1", "Region": "sample string 1", "SalesEntityCode": "sample string 2", "SalesEntityTypeId": 3, "PartnerRoleId": "d4c36a17-cb53-40c2-8ca0-76b1b59fb0b2", "FromFIS": true, "LastMaintenanceName": "sample string 6", "LastMaintenanceDate": "2024-12-13T22:28:39.3601129+00:00", "ChangeTracker": { "$id": "2", "State": 2, "ObjectsRemovedFromCollectionProperties": {}, "OriginalValues": {}, "ExtendedProperties": {}, "ObjectsAddedToCollectionProperties": {} } }, { "$ref": "1" } ]
application/xml, text/xml
Sample:
<ArrayOfSalesEntityPartnerRoleTrials xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model"> <SalesEntityPartnerRoleTrials z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/"> <ChangeTracker z:Id="i2"> <ExtendedProperties /> <ObjectsAddedToCollectionProperties /> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <FromFIS>true</FromFIS> <LastMaintenanceDate>2024-12-13T22:28:39.3601129+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 6</LastMaintenanceName> <PartnerRoleId>d4c36a17-cb53-40c2-8ca0-76b1b59fb0b2</PartnerRoleId> <Region>sample string 1</Region> <SalesEntityCode>sample string 2</SalesEntityCode> <SalesEntityTypeId>3</SalesEntityTypeId> </SalesEntityPartnerRoleTrials> <SalesEntityPartnerRoleTrials z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" /> </ArrayOfSalesEntityPartnerRoleTrials>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of SalesEntityPartnerRoleTrialsName | Description | Type | Additional information |
---|---|---|---|
Region | string |
None. |
|
SalesEntityCode | string |
None. |
|
SalesEntityTypeId | integer |
None. |
|
PartnerRoleId | globally unique identifier |
None. |
|
FromFIS | boolean |
None. |
|
LastMaintenanceName | string |
None. |
|
LastMaintenanceDate | date |
None. |
|
ChangeTracker | ObjectChangeTracker |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "Region": "sample string 1", "SalesEntityCode": "sample string 2", "SalesEntityTypeId": 3, "PartnerRoleId": "f727d782-98bb-4455-b357-5a9f680f796d", "FromFIS": true, "LastMaintenanceName": "sample string 6", "LastMaintenanceDate": "2024-12-13T22:28:39.3601129+00:00", "ChangeTracker": { "$id": "2", "State": 2, "ObjectsRemovedFromCollectionProperties": {}, "OriginalValues": {}, "ExtendedProperties": {}, "ObjectsAddedToCollectionProperties": {} } }, { "$ref": "1" } ]
application/xml, text/xml
Sample:
<ArrayOfSalesEntityPartnerRoleTrials xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model"> <SalesEntityPartnerRoleTrials z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/"> <ChangeTracker z:Id="i2"> <ExtendedProperties /> <ObjectsAddedToCollectionProperties /> <ObjectsRemovedFromCollectionProperties /> <OriginalValues /> <State>Added</State> </ChangeTracker> <FromFIS>true</FromFIS> <LastMaintenanceDate>2024-12-13T22:28:39.3601129+00:00</LastMaintenanceDate> <LastMaintenanceName>sample string 6</LastMaintenanceName> <PartnerRoleId>f727d782-98bb-4455-b357-5a9f680f796d</PartnerRoleId> <Region>sample string 1</Region> <SalesEntityCode>sample string 2</SalesEntityCode> <SalesEntityTypeId>3</SalesEntityTypeId> </SalesEntityPartnerRoleTrials> <SalesEntityPartnerRoleTrials z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" /> </ArrayOfSalesEntityPartnerRoleTrials>