Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to create contract in sage intacct #246

Open
Aswiapoorva opened this issue Apr 22, 2024 · 0 comments
Open

Unable to create contract in sage intacct #246

Aswiapoorva opened this issue Apr 22, 2024 · 0 comments

Comments

@Aswiapoorva
Copy link

While creating the contracts like below
var createContract = new ContractCreate
{
ContractName = "Sample Contract",
CustomerId = "C1234",
BillToContactName = "eCapital, Inc.(CC-7009)",
ShipToContactName = "eCapital, Inc.(CC-7009)",
BeginDate = DateTime.Now,
EndDate = new DateTime(2024, 5, 22),
BillingFrequency = "Monthly",
PaymentTerm = "Net 7",
LocationId = "E-102"
};

var response = client.Execute(createContract);
I am getting the error as "Date is not valid: '04-22-2024' "

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant