TaxComm Platform Service

<back to all web services

ProjectRequest

The following routes are available for this service:
GET,POST,PUT,DELETE,OPTIONS/v1/Project/{ProjectID}
GET,POST,PUT,DELETE,OPTIONS/v1/Project

To override the Content-type in your clients HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/ProjectRequest HTTP/1.1 
Host: taxcommapi.trendsic.net 
Content-Type: text/jsv
Content-Length: length

{
	ProjectID: 0,
	Project: 
	[
		{
			ProjectID: 0,
			ProjectName: String,
			ClientName: String,
			ProjectManagerID: 0,
			ProjectManagerFirstName: String,
			ProjectManagerLastName: String,
			ProjectManagerMiddleInitial: String,
			StartDate: 0001-01-01,
			EndDate: 0001-01-01,
			ActualStartDate: 0001-01-01,
			ActualEndDate: 0001-01-01,
			ProjectStatusID: 0,
			ProjectStatus: String,
			ProjectStatusDesc: String,
			Budget: 0,
			CostToDate: 0,
			ProjectLocation: String,
			ProjectType: String,
			ProjectSponsor: String,
			CreatedBy: String,
			CreatedAt: 0001-01-01,
			UpdatedAt: 0001-01-01,
			ProjectDescription: String,
			Scope: String
		}
	]
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	},
	Project: 
	[
		{
			ProjectID: 0,
			ProjectName: String,
			ClientName: String,
			ProjectManagerID: 0,
			ProjectManagerFirstName: String,
			ProjectManagerLastName: String,
			ProjectManagerMiddleInitial: String,
			StartDate: 0001-01-01,
			EndDate: 0001-01-01,
			ActualStartDate: 0001-01-01,
			ActualEndDate: 0001-01-01,
			ProjectStatusID: 0,
			ProjectStatus: String,
			ProjectStatusDesc: String,
			Budget: 0,
			CostToDate: 0,
			ProjectLocation: String,
			ProjectType: String,
			ProjectSponsor: String,
			CreatedBy: String,
			CreatedAt: 0001-01-01,
			UpdatedAt: 0001-01-01,
			ProjectDescription: String,
			Scope: String
		}
	]
}