POST api/SaveUpdateVendorContactDetails
Request Information
URI Parameters
None.
Body Parameters
VendorContacts| Name | Description | Type | Additional information |
|---|---|---|---|
| VendorContactDetailsId | integer |
None. |
|
| VendorId | integer |
None. |
|
| ContactId | integer |
None. |
|
| SeqNo | integer |
None. |
|
| EmergencyContact | boolean |
None. |
|
| EffectiveFrom | date |
None. |
|
| EffectiveTo | date |
None. |
|
| Status | integer |
None. |
|
| UserIDCreated | integer |
None. |
|
| DbUserCreated | string |
None. |
|
| CreatedDate | date |
None. |
|
| UserIDModified | integer |
None. |
|
| DbUserModified | string |
None. |
|
| ModifiedDate | date |
None. |
|
| RowStatus | string |
None. |
|
| Comments | string |
None. |
|
| ContactFirstName | string |
None. |
|
| VendorContactType | integer |
None. |
|
| IsConfidential | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"VendorContactDetailsId": 1,
"VendorId": 1,
"ContactId": 1,
"SeqNo": 1,
"EmergencyContact": true,
"EffectiveFrom": "2025-12-13T15:23:16.856514-05:00",
"EffectiveTo": "2025-12-13T15:23:16.856514-05:00",
"Status": 1,
"UserIDCreated": 2,
"DbUserCreated": "sample string 3",
"CreatedDate": "2025-12-13T15:23:16.856514-05:00",
"UserIDModified": 1,
"DbUserModified": "sample string 4",
"ModifiedDate": "2025-12-13T15:23:16.856514-05:00",
"RowStatus": "sample string 5",
"Comments": "sample string 6",
"ContactFirstName": "sample string 7",
"VendorContactType": 1,
"IsConfidential": true
}
application/xml, text/xml
Sample:
<VendorContacts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses"> <Comments>sample string 6</Comments> <ContactFirstName>sample string 7</ContactFirstName> <ContactId>1</ContactId> <CreatedDate>2025-12-13T15:23:16.856514-05:00</CreatedDate> <DbUserCreated>sample string 3</DbUserCreated> <DbUserModified>sample string 4</DbUserModified> <EffectiveFrom>2025-12-13T15:23:16.856514-05:00</EffectiveFrom> <EffectiveTo>2025-12-13T15:23:16.856514-05:00</EffectiveTo> <EmergencyContact>true</EmergencyContact> <IsConfidential>true</IsConfidential> <ModifiedDate>2025-12-13T15:23:16.856514-05:00</ModifiedDate> <RowStatus>sample string 5</RowStatus> <SeqNo>1</SeqNo> <Status>1</Status> <UserIDCreated>2</UserIDCreated> <UserIDModified>1</UserIDModified> <VendorContactDetailsId>1</VendorContactDetailsId> <VendorContactType>1</VendorContactType> <VendorId>1</VendorId> </VendorContacts>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of VendorContacts| Name | Description | Type | Additional information |
|---|---|---|---|
| VendorContactDetailsId | integer |
None. |
|
| VendorId | integer |
None. |
|
| ContactId | integer |
None. |
|
| SeqNo | integer |
None. |
|
| EmergencyContact | boolean |
None. |
|
| EffectiveFrom | date |
None. |
|
| EffectiveTo | date |
None. |
|
| Status | integer |
None. |
|
| UserIDCreated | integer |
None. |
|
| DbUserCreated | string |
None. |
|
| CreatedDate | date |
None. |
|
| UserIDModified | integer |
None. |
|
| DbUserModified | string |
None. |
|
| ModifiedDate | date |
None. |
|
| RowStatus | string |
None. |
|
| Comments | string |
None. |
|
| ContactFirstName | string |
None. |
|
| VendorContactType | integer |
None. |
|
| IsConfidential | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"VendorContactDetailsId": 1,
"VendorId": 1,
"ContactId": 1,
"SeqNo": 1,
"EmergencyContact": true,
"EffectiveFrom": "2025-12-13T15:23:16.856514-05:00",
"EffectiveTo": "2025-12-13T15:23:16.856514-05:00",
"Status": 1,
"UserIDCreated": 2,
"DbUserCreated": "sample string 3",
"CreatedDate": "2025-12-13T15:23:16.856514-05:00",
"UserIDModified": 1,
"DbUserModified": "sample string 4",
"ModifiedDate": "2025-12-13T15:23:16.856514-05:00",
"RowStatus": "sample string 5",
"Comments": "sample string 6",
"ContactFirstName": "sample string 7",
"VendorContactType": 1,
"IsConfidential": true
},
{
"VendorContactDetailsId": 1,
"VendorId": 1,
"ContactId": 1,
"SeqNo": 1,
"EmergencyContact": true,
"EffectiveFrom": "2025-12-13T15:23:16.856514-05:00",
"EffectiveTo": "2025-12-13T15:23:16.856514-05:00",
"Status": 1,
"UserIDCreated": 2,
"DbUserCreated": "sample string 3",
"CreatedDate": "2025-12-13T15:23:16.856514-05:00",
"UserIDModified": 1,
"DbUserModified": "sample string 4",
"ModifiedDate": "2025-12-13T15:23:16.856514-05:00",
"RowStatus": "sample string 5",
"Comments": "sample string 6",
"ContactFirstName": "sample string 7",
"VendorContactType": 1,
"IsConfidential": true
}
]
application/xml, text/xml
Sample:
<ArrayOfVendorContacts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
<VendorContacts>
<Comments>sample string 6</Comments>
<ContactFirstName>sample string 7</ContactFirstName>
<ContactId>1</ContactId>
<CreatedDate>2025-12-13T15:23:16.856514-05:00</CreatedDate>
<DbUserCreated>sample string 3</DbUserCreated>
<DbUserModified>sample string 4</DbUserModified>
<EffectiveFrom>2025-12-13T15:23:16.856514-05:00</EffectiveFrom>
<EffectiveTo>2025-12-13T15:23:16.856514-05:00</EffectiveTo>
<EmergencyContact>true</EmergencyContact>
<IsConfidential>true</IsConfidential>
<ModifiedDate>2025-12-13T15:23:16.856514-05:00</ModifiedDate>
<RowStatus>sample string 5</RowStatus>
<SeqNo>1</SeqNo>
<Status>1</Status>
<UserIDCreated>2</UserIDCreated>
<UserIDModified>1</UserIDModified>
<VendorContactDetailsId>1</VendorContactDetailsId>
<VendorContactType>1</VendorContactType>
<VendorId>1</VendorId>
</VendorContacts>
<VendorContacts>
<Comments>sample string 6</Comments>
<ContactFirstName>sample string 7</ContactFirstName>
<ContactId>1</ContactId>
<CreatedDate>2025-12-13T15:23:16.856514-05:00</CreatedDate>
<DbUserCreated>sample string 3</DbUserCreated>
<DbUserModified>sample string 4</DbUserModified>
<EffectiveFrom>2025-12-13T15:23:16.856514-05:00</EffectiveFrom>
<EffectiveTo>2025-12-13T15:23:16.856514-05:00</EffectiveTo>
<EmergencyContact>true</EmergencyContact>
<IsConfidential>true</IsConfidential>
<ModifiedDate>2025-12-13T15:23:16.856514-05:00</ModifiedDate>
<RowStatus>sample string 5</RowStatus>
<SeqNo>1</SeqNo>
<Status>1</Status>
<UserIDCreated>2</UserIDCreated>
<UserIDModified>1</UserIDModified>
<VendorContactDetailsId>1</VendorContactDetailsId>
<VendorContactType>1</VendorContactType>
<VendorId>1</VendorId>
</VendorContacts>
</ArrayOfVendorContacts>