GET api/DeletedVendorContactDetailByVendorContactId/{vendorContactId}/{vendorId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
vendorContactId

integer

Required

vendorId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of VendorContacts
NameDescriptionTypeAdditional 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": "2024-09-19T14:15:06.4647248-04:00",
    "EffectiveTo": "2024-09-19T14:15:06.4647248-04:00",
    "Status": 1,
    "UserIDCreated": 2,
    "DbUserCreated": "sample string 3",
    "CreatedDate": "2024-09-19T14:15:06.4647248-04:00",
    "UserIDModified": 1,
    "DbUserModified": "sample string 4",
    "ModifiedDate": "2024-09-19T14:15:06.4647248-04: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": "2024-09-19T14:15:06.4647248-04:00",
    "EffectiveTo": "2024-09-19T14:15:06.4647248-04:00",
    "Status": 1,
    "UserIDCreated": 2,
    "DbUserCreated": "sample string 3",
    "CreatedDate": "2024-09-19T14:15:06.4647248-04:00",
    "UserIDModified": 1,
    "DbUserModified": "sample string 4",
    "ModifiedDate": "2024-09-19T14:15:06.4647248-04: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>2024-09-19T14:15:06.4647248-04:00</CreatedDate>
    <DbUserCreated>sample string 3</DbUserCreated>
    <DbUserModified>sample string 4</DbUserModified>
    <EffectiveFrom>2024-09-19T14:15:06.4647248-04:00</EffectiveFrom>
    <EffectiveTo>2024-09-19T14:15:06.4647248-04:00</EffectiveTo>
    <EmergencyContact>true</EmergencyContact>
    <IsConfidential>true</IsConfidential>
    <ModifiedDate>2024-09-19T14:15:06.4647248-04: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>2024-09-19T14:15:06.4647248-04:00</CreatedDate>
    <DbUserCreated>sample string 3</DbUserCreated>
    <DbUserModified>sample string 4</DbUserModified>
    <EffectiveFrom>2024-09-19T14:15:06.4647248-04:00</EffectiveFrom>
    <EffectiveTo>2024-09-19T14:15:06.4647248-04:00</EffectiveTo>
    <EmergencyContact>true</EmergencyContact>
    <IsConfidential>true</IsConfidential>
    <ModifiedDate>2024-09-19T14:15:06.4647248-04: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>