POST api/Usafis/UpdateContactDetails

Request Information

URI Parameters

None.

Body Parameters

ContactDetailsInformation
NameDescriptionTypeAdditional information
ErrorOccured

boolean

None.

Unique

string

None.

Email

string

None.

Email2

string

None.

AddressStreet

string

None.

AddressHouseNumber

string

None.

AddressCity

string

None.

AddressZipCode

string

None.

AddressProvstate

string

None.

TelephoneFull

string

None.

TelephoneCountryCode

string

None.

TelephoneCountryPhoneCodeUnique

string

None.

TelephoneCountryCodeID

integer

None.

Telephone

string

None.

MobilephoneFull

string

None.

MobilephoneCountryCode

string

None.

MobilephoneCountryPhoneCodeUnique

string

None.

Mobilephone

string

None.

FaxNumberFull

string

None.

FaxNumberCountryCode

string

None.

FaxNumberCountryPhoneCodeUnique

string

None.

FaxNumber

string

None.

MobilephoneCountryCodeID

integer

None.

FaxNumberCountryCodeID

integer

None.

CountryID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ErrorOccured": true,
  "Unique": "sample string 2",
  "Email": "sample string 3",
  "Email2": "sample string 4",
  "AddressStreet": "sample string 5",
  "AddressHouseNumber": "sample string 6",
  "AddressCity": "sample string 7",
  "AddressZipCode": "sample string 8",
  "AddressProvstate": "sample string 9",
  "TelephoneFull": "sample string 10",
  "TelephoneCountryCode": "sample string 11",
  "TelephoneCountryPhoneCodeUnique": "sample string 12",
  "TelephoneCountryCodeID": -1,
  "Telephone": "sample string 13",
  "MobilephoneFull": "sample string 14",
  "MobilephoneCountryCode": "sample string 15",
  "MobilephoneCountryPhoneCodeUnique": "sample string 16",
  "Mobilephone": "sample string 17",
  "FaxNumberFull": "sample string 18",
  "FaxNumberCountryCode": "sample string 19",
  "FaxNumberCountryPhoneCodeUnique": "sample string 20",
  "FaxNumber": "sample string 21",
  "MobilephoneCountryCodeID": -1,
  "FaxNumberCountryCodeID": -1,
  "CountryID": 22
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

UpdateTabResult
NameDescriptionTypeAdditional information
Result

boolean

None.

IsApplicationComplete

boolean

None.

Status

FormStatus

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": true,
  "IsApplicationComplete": true,
  "Status": 0
}