Show Menu

Job Titles

Job Title

post/API/v4/Register/GetAdvancedContactJobTitles

Header Parameters

Authorizationstring

bearer access_token

Content-typestring

application/json

Request Parameters

No request parameters

Reponse Parameters

JobTitlesstring

Returned if successful List of job titles found. For each job title, the following parameters are returned:
JobTitle—Unique Job title.

OperationStatusstring

Always returned Indicates the status of the operation. Allowed parameters are:
Errors - Displays an error message if the Property name Obligation Definition/value operation was unsuccessful. For more information, see API Error Message Appendix.
Success—Indicates whether the operation was successful. Returns True if the action was successful or False if it was not successful.

Sample Request:

sandbox.xapi.xtrm.com/API/v4/Payment/GetAdvancedContactJobTitles

    {
    }
						

Sample Response:


{
	"JobTitlesResponse": {
		"JobTitlesResult": {
			"JobTitles": {
				"JobTitlesDetails": [
					{
						"JobTitle": "Accountant"
					},
					{
						"JobTitle": "Accounts Manager"
					},
					{
						"JobTitle": "Accounts Payable Clerk"
					},
					{
						"JobTitle": "Accounts Payable Manager"
					},
					{
						"JobTitle": "Accounts Receivable Clerk"
					},
					{
						"JobTitle": "Accounts Receivable Manager"
					},
					{
						"JobTitle": "Cash Manager"
					},
					{
						"JobTitle": "CEO"
					},
					{
						"JobTitle": "CFO"
					},
					{
						"JobTitle": "Chairman"
					},
					{
						"JobTitle": "Commercial Director"
					},
					{
						"JobTitle": "Company Secretary"
					},
					{
						"JobTitle": "Comptroller"
					},
					{
						"JobTitle": "Controller"
					},
					{
						"JobTitle": "COO"
					},
					{
						"JobTitle": "Director"
					},
					{
						"JobTitle": "Finance Manager"
					},
					{
						"JobTitle": "Finance Officer"
					},
					{
						"JobTitle": "Financial Controller"
					},
					{
						"JobTitle": "Financial Director"
					},
					{
						"JobTitle": "General Manager"
					},
					{
						"JobTitle": "Group Accountant"
					},
					{
						"JobTitle": "Group Finance Director"
					},
					{
						"JobTitle": "Group Treasury Manager"
					},
					{
						"JobTitle": "Head of Finance"
					},
					{
						"JobTitle": "Head of Treasury"
					},
					{
						"JobTitle": "Managing Director"
					},
					{
						"JobTitle": "Office Manager"
					},
					{
						"JobTitle": "Other"
					},
					{
						"JobTitle": "Owner"
					},
					{
						"JobTitle": "President"
					},
					{
						"JobTitle": "Seafarer"
					},
					{
						"JobTitle": "Treasury Manager"
					},
					{
						"JobTitle": "VP of Finance"
					}
				]
			},
			"OperationStatus": {
				"Success": true,
				"Errors": null
			}
		}
	}
}