POST api/SaveContact

Request Information

URI Parameters

None.

Body Parameters

PMAContacts
NameDescriptionTypeAdditional information
ContactID

integer

None.

ContactFirstName

string

None.

ContactLastName

string

None.

ContactTitle

string

None.

ContactDescription

string

None.

IsGOAAContact

boolean

None.

Email

string

None.

SecondaryEmail

string

None.

TelephoneWork

string

None.

TelephoneMobile

string

None.

TelephoneHome

string

None.

RadioCallNumber

string

None.

HomePublishInReports

boolean

None.

HomeUnlisted

boolean

None.

Fax

string

None.

MailAddress1

string

None.

MailAddress2

string

None.

MailCountry

integer

None.

MailCity

string

None.

MailState

string

None.

MailZip

string

None.

DeptDirector

integer

None.

DeptDeputyDir_SrDir

string

None.

VendorIntitial

string

None.

StatusCode

string

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.

CreatedBy

string

None.

ModifiedBy

string

None.

DateCreated

string

None.

DateModified

string

None.

EffectiveTo

date

None.

EffectiveFrom

date

None.

IsGOAAProgramContact

boolean

None.

IsGOAAConstructionContact

boolean

None.

IsGOAASponsor

boolean

None.

IsGOAAEnggContact

boolean

None.

Pager

string

None.

IsSpecialistRepresentative

boolean

None.

WorkCountryCode

string

None.

MobileCountryCode

string

None.

HomeCountryCode

string

None.

FaxCountryCode

string

None.

TelephoneWorkExtension

string

None.

IsTenantProjectCoordinator

boolean

None.

IsConstructionCommitteeChair

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ContactID": 1,
  "ContactFirstName": "sample string 2",
  "ContactLastName": "sample string 3",
  "ContactTitle": "sample string 4",
  "ContactDescription": "sample string 5",
  "IsGOAAContact": true,
  "Email": "sample string 6",
  "SecondaryEmail": "sample string 7",
  "TelephoneWork": "sample string 8",
  "TelephoneMobile": "sample string 9",
  "TelephoneHome": "sample string 10",
  "RadioCallNumber": "sample string 11",
  "HomePublishInReports": true,
  "HomeUnlisted": true,
  "Fax": "sample string 12",
  "MailAddress1": "sample string 13",
  "MailAddress2": "sample string 14",
  "MailCountry": 1,
  "MailCity": "sample string 15",
  "MailState": "sample string 16",
  "MailZip": "sample string 17",
  "DeptDirector": 18,
  "DeptDeputyDir_SrDir": "sample string 19",
  "VendorIntitial": "sample string 20",
  "StatusCode": "sample string 21",
  "UserIDCreated": 22,
  "DbUserCreated": "sample string 23",
  "CreatedDate": "2024-09-19T14:15:39.7170104-04:00",
  "UserIDModified": 1,
  "DbUserModified": "sample string 24",
  "ModifiedDate": "2024-09-19T14:15:39.7170104-04:00",
  "RowStatus": "sample string 25",
  "Comments": "sample string 26",
  "CreatedBy": "sample string 27",
  "ModifiedBy": "sample string 28",
  "DateCreated": "sample string 29",
  "DateModified": "sample string 30",
  "EffectiveTo": "2024-09-19T14:15:39.7170104-04:00",
  "EffectiveFrom": "2024-09-19T14:15:39.7170104-04:00",
  "IsGOAAProgramContact": true,
  "IsGOAAConstructionContact": true,
  "IsGOAASponsor": true,
  "IsGOAAEnggContact": true,
  "Pager": "sample string 31",
  "IsSpecialistRepresentative": true,
  "WorkCountryCode": "sample string 32",
  "MobileCountryCode": "sample string 33",
  "HomeCountryCode": "sample string 34",
  "FaxCountryCode": "sample string 35",
  "TelephoneWorkExtension": "sample string 36",
  "IsTenantProjectCoordinator": true,
  "IsConstructionCommitteeChair": true
}

application/xml, text/xml

Sample:
<PMAContacts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
  <Comments>sample string 26</Comments>
  <ContactDescription>sample string 5</ContactDescription>
  <ContactFirstName>sample string 2</ContactFirstName>
  <ContactID>1</ContactID>
  <ContactLastName>sample string 3</ContactLastName>
  <ContactTitle>sample string 4</ContactTitle>
  <CreatedBy>sample string 27</CreatedBy>
  <CreatedDate>2024-09-19T14:15:39.7170104-04:00</CreatedDate>
  <DateCreated>sample string 29</DateCreated>
  <DateModified>sample string 30</DateModified>
  <DbUserCreated>sample string 23</DbUserCreated>
  <DbUserModified>sample string 24</DbUserModified>
  <DeptDeputyDir_SrDir>sample string 19</DeptDeputyDir_SrDir>
  <DeptDirector>18</DeptDirector>
  <EffectiveFrom>2024-09-19T14:15:39.7170104-04:00</EffectiveFrom>
  <EffectiveTo>2024-09-19T14:15:39.7170104-04:00</EffectiveTo>
  <Email>sample string 6</Email>
  <Fax>sample string 12</Fax>
  <FaxCountryCode>sample string 35</FaxCountryCode>
  <HomeCountryCode>sample string 34</HomeCountryCode>
  <HomePublishInReports>true</HomePublishInReports>
  <HomeUnlisted>true</HomeUnlisted>
  <IsConstructionCommitteeChair>true</IsConstructionCommitteeChair>
  <IsGOAAConstructionContact>true</IsGOAAConstructionContact>
  <IsGOAAContact>true</IsGOAAContact>
  <IsGOAAEnggContact>true</IsGOAAEnggContact>
  <IsGOAAProgramContact>true</IsGOAAProgramContact>
  <IsGOAASponsor>true</IsGOAASponsor>
  <IsSpecialistRepresentative>true</IsSpecialistRepresentative>
  <IsTenantProjectCoordinator>true</IsTenantProjectCoordinator>
  <MailAddress1>sample string 13</MailAddress1>
  <MailAddress2>sample string 14</MailAddress2>
  <MailCity>sample string 15</MailCity>
  <MailCountry>1</MailCountry>
  <MailState>sample string 16</MailState>
  <MailZip>sample string 17</MailZip>
  <MobileCountryCode>sample string 33</MobileCountryCode>
  <ModifiedBy>sample string 28</ModifiedBy>
  <ModifiedDate>2024-09-19T14:15:39.7170104-04:00</ModifiedDate>
  <Pager>sample string 31</Pager>
  <RadioCallNumber>sample string 11</RadioCallNumber>
  <RowStatus>sample string 25</RowStatus>
  <SecondaryEmail>sample string 7</SecondaryEmail>
  <StatusCode>sample string 21</StatusCode>
  <TelephoneHome>sample string 10</TelephoneHome>
  <TelephoneMobile>sample string 9</TelephoneMobile>
  <TelephoneWork>sample string 8</TelephoneWork>
  <TelephoneWorkExtension>sample string 36</TelephoneWorkExtension>
  <UserIDCreated>22</UserIDCreated>
  <UserIDModified>1</UserIDModified>
  <VendorIntitial>sample string 20</VendorIntitial>
  <WorkCountryCode>sample string 32</WorkCountryCode>
</PMAContacts>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PMAContacts
NameDescriptionTypeAdditional information
ContactID

integer

None.

ContactFirstName

string

None.

ContactLastName

string

None.

ContactTitle

string

None.

ContactDescription

string

None.

IsGOAAContact

boolean

None.

Email

string

None.

SecondaryEmail

string

None.

TelephoneWork

string

None.

TelephoneMobile

string

None.

TelephoneHome

string

None.

RadioCallNumber

string

None.

HomePublishInReports

boolean

None.

HomeUnlisted

boolean

None.

Fax

string

None.

MailAddress1

string

None.

MailAddress2

string

None.

MailCountry

integer

None.

MailCity

string

None.

MailState

string

None.

MailZip

string

None.

DeptDirector

integer

None.

DeptDeputyDir_SrDir

string

None.

VendorIntitial

string

None.

StatusCode

string

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.

CreatedBy

string

None.

ModifiedBy

string

None.

DateCreated

string

None.

DateModified

string

None.

EffectiveTo

date

None.

EffectiveFrom

date

None.

IsGOAAProgramContact

boolean

None.

IsGOAAConstructionContact

boolean

None.

IsGOAASponsor

boolean

None.

IsGOAAEnggContact

boolean

None.

Pager

string

None.

IsSpecialistRepresentative

boolean

None.

WorkCountryCode

string

None.

MobileCountryCode

string

None.

HomeCountryCode

string

None.

FaxCountryCode

string

None.

TelephoneWorkExtension

string

None.

IsTenantProjectCoordinator

boolean

None.

IsConstructionCommitteeChair

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "ContactID": 1,
  "ContactFirstName": "sample string 2",
  "ContactLastName": "sample string 3",
  "ContactTitle": "sample string 4",
  "ContactDescription": "sample string 5",
  "IsGOAAContact": true,
  "Email": "sample string 6",
  "SecondaryEmail": "sample string 7",
  "TelephoneWork": "sample string 8",
  "TelephoneMobile": "sample string 9",
  "TelephoneHome": "sample string 10",
  "RadioCallNumber": "sample string 11",
  "HomePublishInReports": true,
  "HomeUnlisted": true,
  "Fax": "sample string 12",
  "MailAddress1": "sample string 13",
  "MailAddress2": "sample string 14",
  "MailCountry": 1,
  "MailCity": "sample string 15",
  "MailState": "sample string 16",
  "MailZip": "sample string 17",
  "DeptDirector": 18,
  "DeptDeputyDir_SrDir": "sample string 19",
  "VendorIntitial": "sample string 20",
  "StatusCode": "sample string 21",
  "UserIDCreated": 22,
  "DbUserCreated": "sample string 23",
  "CreatedDate": "2024-09-19T14:15:39.7482638-04:00",
  "UserIDModified": 1,
  "DbUserModified": "sample string 24",
  "ModifiedDate": "2024-09-19T14:15:39.7482638-04:00",
  "RowStatus": "sample string 25",
  "Comments": "sample string 26",
  "CreatedBy": "sample string 27",
  "ModifiedBy": "sample string 28",
  "DateCreated": "sample string 29",
  "DateModified": "sample string 30",
  "EffectiveTo": "2024-09-19T14:15:39.7482638-04:00",
  "EffectiveFrom": "2024-09-19T14:15:39.7482638-04:00",
  "IsGOAAProgramContact": true,
  "IsGOAAConstructionContact": true,
  "IsGOAASponsor": true,
  "IsGOAAEnggContact": true,
  "Pager": "sample string 31",
  "IsSpecialistRepresentative": true,
  "WorkCountryCode": "sample string 32",
  "MobileCountryCode": "sample string 33",
  "HomeCountryCode": "sample string 34",
  "FaxCountryCode": "sample string 35",
  "TelephoneWorkExtension": "sample string 36",
  "IsTenantProjectCoordinator": true,
  "IsConstructionCommitteeChair": true
}

application/xml, text/xml

Sample:
<PMAContacts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
  <Comments>sample string 26</Comments>
  <ContactDescription>sample string 5</ContactDescription>
  <ContactFirstName>sample string 2</ContactFirstName>
  <ContactID>1</ContactID>
  <ContactLastName>sample string 3</ContactLastName>
  <ContactTitle>sample string 4</ContactTitle>
  <CreatedBy>sample string 27</CreatedBy>
  <CreatedDate>2024-09-19T14:15:39.7482638-04:00</CreatedDate>
  <DateCreated>sample string 29</DateCreated>
  <DateModified>sample string 30</DateModified>
  <DbUserCreated>sample string 23</DbUserCreated>
  <DbUserModified>sample string 24</DbUserModified>
  <DeptDeputyDir_SrDir>sample string 19</DeptDeputyDir_SrDir>
  <DeptDirector>18</DeptDirector>
  <EffectiveFrom>2024-09-19T14:15:39.7482638-04:00</EffectiveFrom>
  <EffectiveTo>2024-09-19T14:15:39.7482638-04:00</EffectiveTo>
  <Email>sample string 6</Email>
  <Fax>sample string 12</Fax>
  <FaxCountryCode>sample string 35</FaxCountryCode>
  <HomeCountryCode>sample string 34</HomeCountryCode>
  <HomePublishInReports>true</HomePublishInReports>
  <HomeUnlisted>true</HomeUnlisted>
  <IsConstructionCommitteeChair>true</IsConstructionCommitteeChair>
  <IsGOAAConstructionContact>true</IsGOAAConstructionContact>
  <IsGOAAContact>true</IsGOAAContact>
  <IsGOAAEnggContact>true</IsGOAAEnggContact>
  <IsGOAAProgramContact>true</IsGOAAProgramContact>
  <IsGOAASponsor>true</IsGOAASponsor>
  <IsSpecialistRepresentative>true</IsSpecialistRepresentative>
  <IsTenantProjectCoordinator>true</IsTenantProjectCoordinator>
  <MailAddress1>sample string 13</MailAddress1>
  <MailAddress2>sample string 14</MailAddress2>
  <MailCity>sample string 15</MailCity>
  <MailCountry>1</MailCountry>
  <MailState>sample string 16</MailState>
  <MailZip>sample string 17</MailZip>
  <MobileCountryCode>sample string 33</MobileCountryCode>
  <ModifiedBy>sample string 28</ModifiedBy>
  <ModifiedDate>2024-09-19T14:15:39.7482638-04:00</ModifiedDate>
  <Pager>sample string 31</Pager>
  <RadioCallNumber>sample string 11</RadioCallNumber>
  <RowStatus>sample string 25</RowStatus>
  <SecondaryEmail>sample string 7</SecondaryEmail>
  <StatusCode>sample string 21</StatusCode>
  <TelephoneHome>sample string 10</TelephoneHome>
  <TelephoneMobile>sample string 9</TelephoneMobile>
  <TelephoneWork>sample string 8</TelephoneWork>
  <TelephoneWorkExtension>sample string 36</TelephoneWorkExtension>
  <UserIDCreated>22</UserIDCreated>
  <UserIDModified>1</UserIDModified>
  <VendorIntitial>sample string 20</VendorIntitial>
  <WorkCountryCode>sample string 32</WorkCountryCode>
</PMAContacts>